Spread for ASP.NET 12 Product Documentation
RadioButtonListCellType Constructor(String[],String[])


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > RadioButtonListCellType Class > RadioButtonListCellType Constructor : RadioButtonListCellType Constructor(String[],String[])
Options to display in the cell specified in a string array
Values for the options specified in a string array
Creates a new radio button list cell with the specified options and corresponding values.
Syntax
'Declaration
 
Public Function New( _
   ByVal items() As String, _
   ByVal values() As String _
)
'Usage
 
Dim items() As String
Dim values() As String
 
Dim instance As New RadioButtonListCellType(items, values)
public RadioButtonListCellType( 
   string[] items,
   string[] values
)

Parameters

items
Options to display in the cell specified in a string array
values
Values for the options specified in a string array
See Also

Reference

RadioButtonListCellType Class
RadioButtonListCellType Members
Overload List